projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
416f2c3
)
admin: Expand column for subcommands
author
Colin Walters
<walters@verbum.org>
Wed, 25 Jun 2025 18:14:58 +0000
(14:14 -0400)
committer
Colin Walters
<walters@verbum.org>
Thu, 26 Jun 2025 14:41:25 +0000
(10:41 -0400)
Prep for soft reboot.
Signed-off-by: Colin Walters <walters@verbum.org>
src/ostree/ot-builtin-admin.c
patch
|
blob
|
history
diff --git
a/src/ostree/ot-builtin-admin.c
b/src/ostree/ot-builtin-admin.c
index 53face6a2d1a85175324078a14bedf693891888f..7488fe07a67321670effcf947a5682586606bde5 100644
(file)
--- a/
src/ostree/ot-builtin-admin.c
+++ b/
src/ostree/ot-builtin-admin.c
@@
-85,7
+85,7
@@
ostree_admin_option_context_new_with_commands (void)
{
if ((command->flags & OSTREE_BUILTIN_FLAG_HIDDEN) == 0)
{
- g_string_append_printf (summary, "\n %-
19
s", command->name);
+ g_string_append_printf (summary, "\n %-
25
s", command->name);
if (command->description != NULL)
g_string_append_printf (summary, "%s", command->description);
}